de_image ~master (2022-01-31T01:34:57.6577976)
Dub
Repo
ImageObject.setPixel
devisualization
image
interfaces
ImageObject
Undocumented in source. Be warned that the author may not have intended to support it.
void
setPixel
(size_t x, size_t y, Color value)
class
ImageObject
(Impl)
@
nogc
@
safe
void
setPixel
(
size_t
x
,
size_t
y
,
Color
value
)
if
(
is
(
Impl
== struct) &&
isUnsigned
!(
ImageIndexType
!
Impl
)
&&
(
ImageIndexType
!
Impl
).
sizeof
<= (
void
*).
sizeof
)
void
setPixel
(size_t x, size_t y, Color value)
Meta
Source
See Implementation
devisualization
image
interfaces
ImageObject
aliases
Color
constructors
this
functions
getPixel
opIndex
opIndexAssign
resize
setPixel
properties
height
width